Interface ITypeChangeMigrationBuilder<TProps, TFrom, TTo>

Assembly: redb.Core.Pro.dll

Builder for configuring type conversion

public interface ITypeChangeMigrationBuilder<TProps, TFrom, TTo> where TProps : class

Methods

Using(Expression<Func<TFrom, TTo>>)

Set conversion function.

IPropertyMigrationBuilder<TProps, TTo> Using(Expression<Func<TFrom, TTo>> converter)